Gps

interface Gps : Instrument

Instrument that informs about the drone current position.

This instrument can be obtained from a drone using: drone.getInstrument(FlightInfo::class.java)

See also

Drone.getInstrument

Properties

Link copied to clipboard
abstract val fixed: Boolean?

Whether drone GPS is currently fixed.

Link copied to clipboard

Last known GPS location.

Link copied to clipboard
abstract val satelliteCount: Int?

Total count of satellites currently used to obtain the location.

Link copied to clipboard
abstract val verticalAccuracy: Double?

Current vertical accuracy.